projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c7a6b1
)
(buffer-menu-mode-hook): Add obsolete alias.
author
Glenn Morris
<rgm@gnu.org>
Wed, 3 Sep 2008 04:05:23 +0000
(
04:05
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 3 Sep 2008 04:05:23 +0000
(
04:05
+0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/buff-menu.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index a2955297021c49cd211143c7c145358c8f8ff134..75ef6fc72f23202fc28f4fae871685d3c415eeab 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2008-09-03 Glenn Morris <rgm@gnu.org>
+
+ * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
+
2008-09-03 Chong Yidong <cyd@stupidchicken.com>
* isearch.el (isearch-highlight-regexp): Fix last change, quoting
diff --git
a/lisp/buff-menu.el
b/lisp/buff-menu.el
index e3150e4298869f385c64cd18e2402c93c75f347e..df8cd6ec3c234adfe673798c61cc6aeec588ddd0 100644
(file)
--- a/
lisp/buff-menu.el
+++ b/
lisp/buff-menu.el
@@
-200,6
+200,9
@@
Letters do not insert themselves; instead, they are commands.
(setq truncate-lines t)
(setq buffer-read-only t))
+(define-obsolete-variable-alias 'buffer-menu-mode-hook
+ 'Buffer-menu-mode-hook "23.1")
+
;; This function exists so we can make the doc string of Buffer-menu-mode
;; look nice.
(defun Buffer-menu-revert ()